.D_guide {
    padding: 12.4rem 10%;
    width: 100%;
}

.D_guide h2 {
    text-align: left;
    font-size: 26px;
    border-bottom: 1px solid #707070;
}

.D_guide .guide_topnav {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.D_guide .guide_topnav .guidelist {
    float: left;
    margin: 23px 23px 23px 0;
    width: 195px;
    height: 32px;
    background: #DFDFDF;
    opacity: 1;
}

.D_guide .guide_topnav .guidelistend {
    float: left;
    margin: 23px 0 23px 0;
    width: 195px;
    height: 32px;
    background: #DFDFDF;
    opacity: 1;
}

.D_guide .guide_topnav #guidelistsub {
    background: #000;
    opacity: 1;
}

.D_guide .guide_topnav .guidelist h3,
.D_guide .guide_topnav .guidelistend h3,
.D_guide .guide_topnav #guidelistsub h3 {
    width: auto;
    height: 32px;
    font-size: 16px;
    white-space: nowrap;
    text-align: center;
}

.D_guide .guide_topnav .guidelist h3 a,
.D_guide .guide_topnav .guidelistend h3 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 32px;
    color: #444;
    text-decoration: none;
}

.D_guide .guide_topnav #guidelistsub h3 a {
    color: #fff;
    text-decoration: none;
}

.guidesub {
    padding-bottom: 23px;
    border-top: 1px solid #707070;
}

.guidesubtitle {
    font-size: 16px;
    background: #F0F0F0;
    padding: 15px;
    margin: 39px 0 25px 0;
    height: 54px;
}

.D_guide .guidecontent {
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
    margin: 39px 0;
}

.D_guide .guidecontent h3 {
    border-left: 8px solid #8d8d8d;
    padding-left: 10px;
}

.D_guide .guidecontentsub {
    border-bottom: 1px solid #707070;
    padding-bottom: 35px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}

.D_guide .guidecontentsub h3 {
    padding-left: 10px;
}

.D_guide .guidesubcontent {
    float: left;
    width: 30%;
}

.D_guide .guidesubcontentsub {
    float: right;
    width: 70%;
}

.D_guide .guidesubpolicy .guidesubcontentpolicy {
    margin-bottom: 60px;
}

.D_guide .guidesubterms {
    margin-bottom: 40px;
}

.D_guide p {
    padding-bottom: 16px;
    padding-left: 10px;
}

.D_guide .guidetable {
    padding: 7px;
}

.D_guide .guidetable table {
    width: 80%;
    height: 230px;
}

.D_guide table,
td,
th,
tr {
    border: 1px solid black;
}

.D_guide table,
td,
th,
tr .guideken {
    width: 70%;
    text-align: left;
    padding: 10px;
}

.D_guide table,
td,
th,
tr .guideen {
    width: 30%;
    text-align: right;
    padding: 10px;
}

/*　画面サイズが835pxから1100pxまではここを読み込む　*/
@media screen and (min-width:835px) and ( max-width:1100px) {
    .D_guide .guide_topnav .guidelist {
        margin: 23px 10px 23px 0;
    }

    .D_guide .guide_topnav .guidelist h3,
    .D_guide .guide_topnav .guidelistend h3,
    .D_guide .guide_topnav #guidelistsub h3 {
        font-size: 10px;
    }
}

/* タブレットサイズ */
@media screen and (max-width: 834px) {
    .D_guide {
        padding: 12.4rem 0%;
    }

    .D_guide .guide_topnav .guidelist h3,
    .D_guide .guide_topnav .guidelistend h3,
    .D_guide .guide_topnav #guidelistsub h3 {
        font-size: 12px;
    }

    .D_guide .guidetable table {
        width: 100%;
    }

}

/*　画面サイズが601pxから760pxまではここを読み込む　*/
@media screen and (min-width:601px) and ( max-width:760px) {
    .D_guide .guide_topnav .guidelist {
        margin: 23px 10px 23px 0;
    }
}

/* スマホサイズ */
@media screen and (max-width: 600px) {
    .D_guide .guide_topnav {
        display: flex;
        flex-direction: column;
        row-gap: 16px;
        padding: 16px 0;
    }

    .D_guide .guide_topnav .guidelist,
    .D_guide .guide_topnav .guidelistend,
    .D_guide .guide_topnav #guidelistsub {
        margin: 5px 0;
        width: 100%;
    }

    .D_guide .guidecontentsub {
        flex-flow: column;
    }

    .D_guide .guidesubcontent {
        width: 100%;
    }

    .D_guide .guidesubcontentsub {
        width: 100%;
    }
}